home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
kermit.columbia.edu
/
kermit.columbia.edu.tar
/
kermit.columbia.edu
/
newsgroups
/
misc.20020314-20021006
/
000068_bob.jones@usg.edu_Thu May 2 11:38:06 EDT 2002.msg
< prev
next >
Wrap
Text File
|
2002-10-06
|
2KB
|
54 lines
Article: 13359 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!bloom-beacon.mit.edu!newsfeed.utk.edu!news.uky.edu!news-feed-1!not-for-mail
From: Bob Jones <bob.jones@usg.edu>
Newsgroups: comp.protocols.kermit.misc
Subject: Problem getting enter key to work
Date: Thu, 02 May 2002 11:26:51 -0400
Organization: PeachNet
Lines: 33
Message-ID: <3CD15ABB.3020709@usg.edu>
NNTP-Posting-Host: loaf.tss.peachnet.edu
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: news-feed-1.peachnet.edu 1020353211 28450 168.24.245.136 (2 May 2002 15:26:51 GMT)
X-Complaints-To: usenet@news-feed-1.peachnet.edu
NNTP-Posting-Date: Thu, 2 May 2002 15:26:51 +0000 (UTC)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020310
X-Accept-Language: en-us, en
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13359
Okay folks, I have a problem here and hopefully one of you will be
able to help me. I have just installed the latest version of kermit
on my Red Hat 7.2 box. I have connected a serial cable from that box
to a new Sun Netra T1. I start the Sun up and connect kermit using
the following commands:
set modem type none ; There is no modem
set line /dev/ttyS0 ; Specify device name
set carrier-watch off ; If DTR CD are not cross-connected
set speed 9600 ; Or other desired speed
set flow rts/cts ; If RTS and CTS are cross-connected
set parity even ; (or "mark" or "space", if necessary)
set stop-bits 1 ; (rarely necessary)
connect ; Enter Connect (terminal) state
I then send a ^\B to emulate the stop-a and get to the ok prompt. Now
this is where my problem begins.
I cannot execute any command at the ok prompt. I type in the command
(let's say .version) and then hit the enter key and nothing happens.
I've tried ^m which does nothing and ^j which would give an error of
.version ? and so on.
So, anyone know what's going on? Is there something I can do to get
the enter key to work or is there a control sequence to emulate the
enter key.
Any and all help is greatly appreciated.
Thanks,
Bob Jones
bob.jones@usg.edu